home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / ApacheModuleProxy.mak < prev    next >
Encoding:
NMAKE  |  1998-08-09  |  13.5 KB  |  563 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on ApacheModuleProxy.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=ApacheModuleProxy - Win32 Release
  4. !MESSAGE No configuration specified. Defaulting to ApacheModuleProxy - Win32\
  5.  Release.
  6. !ENDIF 
  7.  
  8. !IF "$(CFG)" != "ApacheModuleProxy - Win32 Release" && "$(CFG)" !=\
  9.  "ApacheModuleProxy - Win32 Debug"
  10. !MESSAGE Invalid configuration "$(CFG)" specified.
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "ApacheModuleProxy.mak"\
  15.  CFG="ApacheModuleProxy - Win32 Release"
  16. !MESSAGE 
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE 
  19. !MESSAGE "ApacheModuleProxy - Win32 Release" (based on\
  20.  "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "ApacheModuleProxy - Win32 Debug" (based on\
  22.  "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32.  
  33. !IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  34.  
  35. OUTDIR=.\Release
  36. INTDIR=.\Release
  37. # Begin Custom Macros
  38. OutDir=.\.\Release
  39. # End Custom Macros
  40.  
  41. !IF "$(RECURSE)" == "0" 
  42.  
  43. ALL : "$(OUTDIR)\ApacheModuleProxy.dll"
  44.  
  45. !ELSE 
  46.  
  47. ALL : "$(OUTDIR)\ApacheModuleProxy.dll"
  48.  
  49. !ENDIF 
  50.  
  51. CLEAN :
  52.     -@erase "$(INTDIR)\mod_proxy.obj"
  53.     -@erase "$(INTDIR)\proxy_cache.obj"
  54.     -@erase "$(INTDIR)\proxy_connect.obj"
  55.     -@erase "$(INTDIR)\proxy_ftp.obj"
  56.     -@erase "$(INTDIR)\proxy_http.obj"
  57.     -@erase "$(INTDIR)\proxy_util.obj"
  58.     -@erase "$(INTDIR)\vc50.idb"
  59.     -@erase "$(OUTDIR)\ApacheModuleProxy.dll"
  60.     -@erase "$(OUTDIR)\ApacheModuleProxy.exp"
  61.     -@erase "$(OUTDIR)\ApacheModuleProxy.lib"
  62.  
  63. "$(OUTDIR)" :
  64.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  65.  
  66. CPP=cl.exe
  67. CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D\
  68.  "_WINDOWS" /D "SHARED_MODULE" /Fp"$(INTDIR)\ApacheModuleProxy.pch" /YX\
  69.  /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  70. CPP_OBJS=.\Release/
  71. CPP_SBRS=.
  72.  
  73. .c{$(CPP_OBJS)}.obj::
  74.    $(CPP) @<<
  75.    $(CPP_PROJ) $< 
  76. <<
  77.  
  78. .cpp{$(CPP_OBJS)}.obj::
  79.    $(CPP) @<<
  80.    $(CPP_PROJ) $< 
  81. <<
  82.  
  83. .cxx{$(CPP_OBJS)}.obj::
  84.    $(CPP) @<<
  85.    $(CPP_PROJ) $< 
  86. <<
  87.  
  88. .c{$(CPP_SBRS)}.sbr::
  89.    $(CPP) @<<
  90.    $(CPP_PROJ) $< 
  91. <<
  92.  
  93. .cpp{$(CPP_SBRS)}.sbr::
  94.    $(CPP) @<<
  95.    $(CPP_PROJ) $< 
  96. <<
  97.  
  98. .cxx{$(CPP_SBRS)}.sbr::
  99.    $(CPP) @<<
  100.    $(CPP_PROJ) $< 
  101. <<
  102.  
  103. MTL=midl.exe
  104. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  105. RSC=rc.exe
  106. BSC32=bscmake.exe
  107. BSC32_FLAGS=/nologo /o"$(OUTDIR)\ApacheModuleProxy.bsc" 
  108. BSC32_SBRS= \
  109.     
  110. LINK32=link.exe
  111. LINK32_FLAGS=..\..\CoreR\ApacheCore.lib kernel32.lib user32.lib gdi32.lib\
  112.  winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo\
  113.  /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\ApacheModuleProxy.pdb"\
  114.  /machine:I386 /out:"$(OUTDIR)\ApacheModuleProxy.dll"\
  115.  /implib:"$(OUTDIR)\ApacheModuleProxy.lib" 
  116. LINK32_OBJS= \
  117.     "$(INTDIR)\mod_proxy.obj" \
  118.     "$(INTDIR)\proxy_cache.obj" \
  119.     "$(INTDIR)\proxy_connect.obj" \
  120.     "$(INTDIR)\proxy_ftp.obj" \
  121.     "$(INTDIR)\proxy_http.obj" \
  122.     "$(INTDIR)\proxy_util.obj"
  123.  
  124. "$(OUTDIR)\ApacheModuleProxy.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  125.     $(LINK32) @<<
  126.   $(LINK32_FLAGS) $(LINK32_OBJS)
  127. <<
  128.  
  129. !ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  130.  
  131. OUTDIR=.\Debug
  132. INTDIR=.\Debug
  133. # Begin Custom Macros
  134. OutDir=.\.\Debug
  135. # End Custom Macros
  136.  
  137. !IF "$(RECURSE)" == "0" 
  138.  
  139. ALL : "$(OUTDIR)\ApacheModuleProxy.dll"
  140.  
  141. !ELSE 
  142.  
  143. ALL : "$(OUTDIR)\ApacheModuleProxy.dll"
  144.  
  145. !ENDIF 
  146.  
  147. CLEAN :
  148.     -@erase "$(INTDIR)\mod_proxy.obj"
  149.     -@erase "$(INTDIR)\proxy_cache.obj"
  150.     -@erase "$(INTDIR)\proxy_connect.obj"
  151.     -@erase "$(INTDIR)\proxy_ftp.obj"
  152.     -@erase "$(INTDIR)\proxy_http.obj"
  153.     -@erase "$(INTDIR)\proxy_util.obj"
  154.     -@erase "$(INTDIR)\vc50.idb"
  155.     -@erase "$(INTDIR)\vc50.pdb"
  156.     -@erase "$(OUTDIR)\ApacheModuleProxy.dll"
  157.     -@erase "$(OUTDIR)\ApacheModuleProxy.exp"
  158.     -@erase "$(OUTDIR)\ApacheModuleProxy.ilk"
  159.     -@erase "$(OUTDIR)\ApacheModuleProxy.lib"
  160.     -@erase "$(OUTDIR)\ApacheModuleProxy.pdb"
  161.  
  162. "$(OUTDIR)" :
  163.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  164.  
  165. CPP=cl.exe
  166. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "_DEBUG" /D\
  167.  "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /Fp"$(INTDIR)\ApacheModuleProxy.pch"\
  168.  /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  169. CPP_OBJS=.\Debug/
  170. CPP_SBRS=.
  171.  
  172. .c{$(CPP_OBJS)}.obj::
  173.    $(CPP) @<<
  174.    $(CPP_PROJ) $< 
  175. <<
  176.  
  177. .cpp{$(CPP_OBJS)}.obj::
  178.    $(CPP) @<<
  179.    $(CPP_PROJ) $< 
  180. <<
  181.  
  182. .cxx{$(CPP_OBJS)}.obj::
  183.    $(CPP) @<<
  184.    $(CPP_PROJ) $< 
  185. <<
  186.  
  187. .c{$(CPP_SBRS)}.sbr::
  188.    $(CPP) @<<
  189.    $(CPP_PROJ) $< 
  190. <<
  191.  
  192. .cpp{$(CPP_SBRS)}.sbr::
  193.    $(CPP) @<<
  194.    $(CPP_PROJ) $< 
  195. <<
  196.  
  197. .cxx{$(CPP_SBRS)}.sbr::
  198.    $(CPP) @<<
  199.    $(CPP_PROJ) $< 
  200. <<
  201.  
  202. MTL=midl.exe
  203. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  204. RSC=rc.exe
  205. BSC32=bscmake.exe
  206. BSC32_FLAGS=/nologo /o"$(OUTDIR)\ApacheModuleProxy.bsc" 
  207. BSC32_SBRS= \
  208.     
  209. LINK32=link.exe
  210. LINK32_FLAGS=..\..\CoreD\ApacheCore.lib kernel32.lib user32.lib gdi32.lib\
  211.  winspool.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo\
  212.  /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\ApacheModuleProxy.pdb"\
  213.  /debug /machine:I386 /out:"$(OUTDIR)\ApacheModuleProxy.dll"\
  214.  /implib:"$(OUTDIR)\ApacheModuleProxy.lib" 
  215. LINK32_OBJS= \
  216.     "$(INTDIR)\mod_proxy.obj" \
  217.     "$(INTDIR)\proxy_cache.obj" \
  218.     "$(INTDIR)\proxy_connect.obj" \
  219.     "$(INTDIR)\proxy_ftp.obj" \
  220.     "$(INTDIR)\proxy_http.obj" \
  221.     "$(INTDIR)\proxy_util.obj"
  222.  
  223. "$(OUTDIR)\ApacheModuleProxy.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  224.     $(LINK32) @<<
  225.   $(LINK32_FLAGS) $(LINK32_OBJS)
  226. <<
  227.  
  228. !ENDIF 
  229.  
  230.  
  231. !IF "$(CFG)" == "ApacheModuleProxy - Win32 Release" || "$(CFG)" ==\
  232.  "ApacheModuleProxy - Win32 Debug"
  233. SOURCE=.\mod_proxy.c
  234.  
  235. !IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  236.  
  237. DEP_CPP_MOD_P=\
  238.     "..\..\include\alloc.h"\
  239.     "..\..\include\ap.h"\
  240.     "..\..\include\ap_config.h"\
  241.     "..\..\include\ap_ctype.h"\
  242.     "..\..\include\buff.h"\
  243.     "..\..\include\explain.h"\
  244.     "..\..\include\hsregex.h"\
  245.     "..\..\include\http_config.h"\
  246.     "..\..\include\http_log.h"\
  247.     "..\..\include\http_protocol.h"\
  248.     "..\..\include\http_request.h"\
  249.     "..\..\include\http_vhost.h"\
  250.     "..\..\include\httpd.h"\
  251.     "..\..\include\util_uri.h"\
  252.     "..\..\os\win32\os.h"\
  253.     "..\..\os\win32\readdir.h"\
  254.     ".\mod_proxy.h"\
  255.     
  256.  
  257. "$(INTDIR)\mod_proxy.obj" : $(SOURCE) $(DEP_CPP_MOD_P) "$(INTDIR)"
  258.  
  259.  
  260. !ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  261.  
  262. DEP_CPP_MOD_P=\
  263.     "..\..\include\alloc.h"\
  264.     "..\..\include\ap.h"\
  265.     "..\..\include\ap_config.h"\
  266.     "..\..\include\ap_ctype.h"\
  267.     "..\..\include\buff.h"\
  268.     "..\..\include\explain.h"\
  269.     "..\..\include\hsregex.h"\
  270.     "..\..\include\http_config.h"\
  271.     "..\..\include\http_log.h"\
  272.     "..\..\include\http_protocol.h"\
  273.     "..\..\include\http_vhost.h"\
  274.     "..\..\include\httpd.h"\
  275.     "..\..\include\util_uri.h"\
  276.     "..\..\os\win32\os.h"\
  277.     "..\..\os\win32\readdir.h"\
  278.     ".\mod_proxy.h"\
  279.     
  280.  
  281. "$(INTDIR)\mod_proxy.obj" : $(SOURCE) $(DEP_CPP_MOD_P) "$(INTDIR)"
  282.  
  283.  
  284. !ENDIF 
  285.  
  286. SOURCE=.\proxy_cache.c
  287.  
  288. !IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  289.  
  290. DEP_CPP_PROXY=\
  291.     "..\..\include\alloc.h"\
  292.     "..\..\include\ap.h"\
  293.     "..\..\include\ap_config.h"\
  294.     "..\..\include\ap_ctype.h"\
  295.     "..\..\include\ap_md5.h"\
  296.     "..\..\include\buff.h"\
  297.     "..\..\include\explain.h"\
  298.     "..\..\include\hsregex.h"\
  299.     "..\..\include\http_config.h"\
  300.     "..\..\include\http_log.h"\
  301.     "..\..\include\http_main.h"\
  302.     "..\..\include\http_protocol.h"\
  303.     "..\..\include\httpd.h"\
  304.     "..\..\include\multithread.h"\
  305.     "..\..\include\util_date.h"\
  306.     "..\..\include\util_uri.h"\
  307.     "..\..\os\win32\os.h"\
  308.     "..\..\os\win32\readdir.h"\
  309.     ".\mod_proxy.h"\
  310.     
  311.  
  312. "$(INTDIR)\proxy_cache.obj" : $(SOURCE) $(DEP_CPP_PROXY) "$(INTDIR)"
  313.  
  314.  
  315. !ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  316.  
  317. DEP_CPP_PROXY=\
  318.     "..\..\include\alloc.h"\
  319.     "..\..\include\ap.h"\
  320.     "..\..\include\ap_config.h"\
  321.     "..\..\include\ap_ctype.h"\
  322.     "..\..\include\ap_md5.h"\
  323.     "..\..\include\buff.h"\
  324.     "..\..\include\explain.h"\
  325.     "..\..\include\hsregex.h"\
  326.     "..\..\include\http_config.h"\
  327.     "..\..\include\http_log.h"\
  328.     "..\..\include\http_main.h"\
  329.     "..\..\include\http_protocol.h"\
  330.     "..\..\include\httpd.h"\
  331.     "..\..\include\multithread.h"\
  332.     "..\..\include\util_date.h"\
  333.     "..\..\include\util_uri.h"\
  334.     "..\..\os\win32\os.h"\
  335.     "..\..\os\win32\readdir.h"\
  336.     ".\mod_proxy.h"\
  337.     
  338.  
  339. "$(INTDIR)\proxy_cache.obj" : $(SOURCE) $(DEP_CPP_PROXY) "$(INTDIR)"
  340.  
  341.  
  342. !ENDIF 
  343.  
  344. SOURCE=.\proxy_connect.c
  345.  
  346. !IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  347.  
  348. DEP_CPP_PROXY_=\
  349.     "..\..\include\alloc.h"\
  350.     "..\..\include\ap.h"\
  351.     "..\..\include\ap_config.h"\
  352.     "..\..\include\ap_ctype.h"\
  353.     "..\..\include\buff.h"\
  354.     "..\..\include\explain.h"\
  355.     "..\..\include\hsregex.h"\
  356.     "..\..\include\http_config.h"\
  357.     "..\..\include\http_log.h"\
  358.     "..\..\include\http_main.h"\
  359.     "..\..\include\http_protocol.h"\
  360.     "..\..\include\httpd.h"\
  361.     "..\..\include\util_uri.h"\
  362.     "..\..\os\win32\os.h"\
  363.     "..\..\os\win32\readdir.h"\
  364.     ".\mod_proxy.h"\
  365.     
  366.  
  367. "$(INTDIR)\proxy_connect.obj" : $(SOURCE) $(DEP_CPP_PROXY_) "$(INTDIR)"
  368.  
  369.  
  370. !ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  371.  
  372. DEP_CPP_PROXY_=\
  373.     "..\..\include\alloc.h"\
  374.     "..\..\include\ap.h"\
  375.     "..\..\include\ap_config.h"\
  376.     "..\..\include\ap_ctype.h"\
  377.     "..\..\include\buff.h"\
  378.     "..\..\include\explain.h"\
  379.     "..\..\include\hsregex.h"\
  380.     "..\..\include\http_config.h"\
  381.     "..\..\include\http_log.h"\
  382.     "..\..\include\http_main.h"\
  383.     "..\..\include\http_protocol.h"\
  384.     "..\..\include\httpd.h"\
  385.     "..\..\include\util_uri.h"\
  386.     "..\..\os\win32\os.h"\
  387.     "..\..\os\win32\readdir.h"\
  388.     ".\mod_proxy.h"\
  389.     
  390.  
  391. "$(INTDIR)\proxy_connect.obj" : $(SOURCE) $(DEP_CPP_PROXY_) "$(INTDIR)"
  392.  
  393.  
  394. !ENDIF 
  395.  
  396. SOURCE=.\proxy_ftp.c
  397.  
  398. !IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  399.  
  400. DEP_CPP_PROXY_F=\
  401.     "..\..\include\alloc.h"\
  402.     "..\..\include\ap.h"\
  403.     "..\..\include\ap_config.h"\
  404.     "..\..\include\ap_ctype.h"\
  405.     "..\..\include\buff.h"\
  406.     "..\..\include\explain.h"\
  407.     "..\..\include\hsregex.h"\
  408.     "..\..\include\http_config.h"\
  409.     "..\..\include\http_log.h"\
  410.     "..\..\include\http_main.h"\
  411.     "..\..\include\http_protocol.h"\
  412.     "..\..\include\httpd.h"\
  413.     "..\..\include\util_uri.h"\
  414.     "..\..\os\win32\os.h"\
  415.     "..\..\os\win32\readdir.h"\
  416.     ".\mod_proxy.h"\
  417.     
  418.  
  419. "$(INTDIR)\proxy_ftp.obj" : $(SOURCE) $(DEP_CPP_PROXY_F) "$(INTDIR)"
  420.  
  421.  
  422. !ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  423.  
  424. DEP_CPP_PROXY_F=\
  425.     "..\..\include\alloc.h"\
  426.     "..\..\include\ap.h"\
  427.     "..\..\include\ap_config.h"\
  428.     "..\..\include\ap_ctype.h"\
  429.     "..\..\include\buff.h"\
  430.     "..\..\include\explain.h"\
  431.     "..\..\include\hsregex.h"\
  432.     "..\..\include\http_config.h"\
  433.     "..\..\include\http_log.h"\
  434.     "..\..\include\http_main.h"\
  435.     "..\..\include\http_protocol.h"\
  436.     "..\..\include\httpd.h"\
  437.     "..\..\include\util_uri.h"\
  438.     "..\..\os\win32\os.h"\
  439.     "..\..\os\win32\readdir.h"\
  440.     ".\mod_proxy.h"\
  441.     
  442.  
  443. "$(INTDIR)\proxy_ftp.obj" : $(SOURCE) $(DEP_CPP_PROXY_F) "$(INTDIR)"
  444.  
  445.  
  446. !ENDIF 
  447.  
  448. SOURCE=.\proxy_http.c
  449.  
  450. !IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  451.  
  452. DEP_CPP_PROXY_H=\
  453.     "..\..\include\alloc.h"\
  454.     "..\..\include\ap.h"\
  455.     "..\..\include\ap_config.h"\
  456.     "..\..\include\ap_ctype.h"\
  457.     "..\..\include\buff.h"\
  458.     "..\..\include\explain.h"\
  459.     "..\..\include\hsregex.h"\
  460.     "..\..\include\http_config.h"\
  461.     "..\..\include\http_core.h"\
  462.     "..\..\include\http_log.h"\
  463.     "..\..\include\http_main.h"\
  464.     "..\..\include\http_protocol.h"\
  465.     "..\..\include\httpd.h"\
  466.     "..\..\include\util_date.h"\
  467.     "..\..\include\util_uri.h"\
  468.     "..\..\os\win32\os.h"\
  469.     "..\..\os\win32\readdir.h"\
  470.     ".\mod_proxy.h"\
  471.     
  472.  
  473. "$(INTDIR)\proxy_http.obj" : $(SOURCE) $(DEP_CPP_PROXY_H) "$(INTDIR)"
  474.  
  475.  
  476. !ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  477.  
  478. DEP_CPP_PROXY_H=\
  479.     "..\..\include\alloc.h"\
  480.     "..\..\include\ap.h"\
  481.     "..\..\include\ap_config.h"\
  482.     "..\..\include\ap_ctype.h"\
  483.     "..\..\include\buff.h"\
  484.     "..\..\include\explain.h"\
  485.     "..\..\include\hsregex.h"\
  486.     "..\..\include\http_config.h"\
  487.     "..\..\include\http_core.h"\
  488.     "..\..\include\http_log.h"\
  489.     "..\..\include\http_main.h"\
  490.     "..\..\include\http_protocol.h"\
  491.     "..\..\include\httpd.h"\
  492.     "..\..\include\util_date.h"\
  493.     "..\..\include\util_uri.h"\
  494.     "..\..\os\win32\os.h"\
  495.     "..\..\os\win32\readdir.h"\
  496.     ".\mod_proxy.h"\
  497.     
  498.  
  499. "$(INTDIR)\proxy_http.obj" : $(SOURCE) $(DEP_CPP_PROXY_H) "$(INTDIR)"
  500.  
  501.  
  502. !ENDIF 
  503.  
  504. SOURCE=.\proxy_util.c
  505.  
  506. !IF  "$(CFG)" == "ApacheModuleProxy - Win32 Release"
  507.  
  508. DEP_CPP_PROXY_U=\
  509.     "..\..\include\alloc.h"\
  510.     "..\..\include\ap.h"\
  511.     "..\..\include\ap_config.h"\
  512.     "..\..\include\ap_ctype.h"\
  513.     "..\..\include\ap_md5.h"\
  514.     "..\..\include\buff.h"\
  515.     "..\..\include\explain.h"\
  516.     "..\..\include\hsregex.h"\
  517.     "..\..\include\http_config.h"\
  518.     "..\..\include\http_log.h"\
  519.     "..\..\include\http_main.h"\
  520.     "..\..\include\http_protocol.h"\
  521.     "..\..\include\httpd.h"\
  522.     "..\..\include\multithread.h"\
  523.     "..\..\include\util_uri.h"\
  524.     "..\..\os\win32\os.h"\
  525.     "..\..\os\win32\readdir.h"\
  526.     ".\mod_proxy.h"\
  527.     
  528.  
  529. "$(INTDIR)\proxy_util.obj" : $(SOURCE) $(DEP_CPP_PROXY_U) "$(INTDIR)"
  530.  
  531.  
  532. !ELSEIF  "$(CFG)" == "ApacheModuleProxy - Win32 Debug"
  533.  
  534. DEP_CPP_PROXY_U=\
  535.     "..\..\include\alloc.h"\
  536.     "..\..\include\ap.h"\
  537.     "..\..\include\ap_config.h"\
  538.     "..\..\include\ap_ctype.h"\
  539.     "..\..\include\ap_md5.h"\
  540.     "..\..\include\buff.h"\
  541.     "..\..\include\explain.h"\
  542.     "..\..\include\hsregex.h"\
  543.     "..\..\include\http_config.h"\
  544.     "..\..\include\http_log.h"\
  545.     "..\..\include\http_main.h"\
  546.     "..\..\include\http_protocol.h"\
  547.     "..\..\include\httpd.h"\
  548.     "..\..\include\multithread.h"\
  549.     "..\..\include\util_uri.h"\
  550.     "..\..\os\win32\os.h"\
  551.     "..\..\os\win32\readdir.h"\
  552.     ".\mod_proxy.h"\
  553.     
  554.  
  555. "$(INTDIR)\proxy_util.obj" : $(SOURCE) $(DEP_CPP_PROXY_U) "$(INTDIR)"
  556.  
  557.  
  558. !ENDIF 
  559.  
  560.  
  561. !ENDIF 
  562.  
  563.